de.ueberdosis.mp3info
Class ID3TagException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--de.ueberdosis.mp3info.ID3TagException
All Implemented Interfaces:
java.io.Serializable

public class ID3TagException
extends java.lang.Exception

Contains information about a possibly encountered ID3-Tag

See Also:
Serialized Form

Constructor Summary
ID3TagException(java.lang.String message)
           
 
Method Summary
 long getPosition()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ID3TagException

public ID3TagException(java.lang.String message)
Method Detail

getPosition

public long getPosition()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable